DioDocs for PDF
FillPolygon(PointF[],Color,FillMode) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > FillPolygon メソッド : FillPolygon(PointF[],Color,FillMode) メソッド
An array of points specifying the polygon.
The fill color.
The fill mode (alternate by default).
Fills a polygon specified by an array of points, using a specified color and fill mode.
シンタックス
'宣言
 
Public Overloads Sub FillPolygon( _
   ByVal points() As System.Drawing.PointF, _
   ByVal color As System.Drawing.Color, _
   Optional ByVal fillMode As FillMode _
) 
public void FillPolygon( 
   System.Drawing.PointF[] points,
   System.Drawing.Color color,
   FillMode fillMode
)

パラメータ

points
An array of points specifying the polygon.
color
The fill color.
fillMode
The fill mode (alternate by default).
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧